--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 4ffb593ea07333c1a5b98357abc7f35cff1c6247
Parents : 67a8f61
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-07-10T03:01:14+02:00
Updated build spec
Changes
Diff
diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index 6d762052..c4091738 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -12,9 +12,11 @@ version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
android.numeric_version = 20230204
-#requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.2.1,pygments,sdl2,sdl2_ttf==2.0.15,pillow,qrcode==7.3.1,netifaces,libbz2,pydenticon,usb4a,usbserial4a
requirements = kivy==2.2.1,libbz2,pillow,qrcode==7.3.1,usb4a,usbserial4a
+# Cryptography recipe is currently broken, using RNS-internal crypto for now
+#,cryptography
+
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
icon.filename = %(source.dir)s/assets/icon.png
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────